Quantity

@Serializable
class Quantity(val quantity: Int)

Class that represents the quantity to restock

Parameters

quantity

to restock

Constructors

Link copied to clipboard
constructor(quantity: Int)

Properties

Link copied to clipboard